home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #bonus / bonus 1.exe / programy / mightywriter121.exe / cdwriter.exe / 0 / RCDATA / TSETTINGSFORM / TSETTINGSFORM.txt
Text File  |  2000-11-17  |  2KB  |  90 lines

  1. object SettingsForm: TSettingsForm
  2.   Left = 400
  3.   Top = 238
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 241
  7.   ClientWidth = 312
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 73
  22.     Caption = 'Recording Settings'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 20
  27.       Width = 54
  28.       Height = 21
  29.       AutoSize = False
  30.       Caption = 'Buffer Size:'
  31.       Layout = tlCenter
  32.     end
  33.     object Label2: TLabel
  34.       Left = 8
  35.       Top = 48
  36.       Width = 279
  37.       Height = 13
  38.       Caption = 'The buffer size is ignored for BURN-Proof enabled devices.'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 140
  42.       Top = 20
  43.       Width = 54
  44.       Height = 21
  45.       AutoSize = False
  46.       Caption = 'kilobytes'
  47.       Layout = tlCenter
  48.     end
  49.     object ComboBox1: TComboBox
  50.       Left = 64
  51.       Top = 20
  52.       Width = 73
  53.       Height = 21
  54.       ItemHeight = 13
  55.       TabOrder = 0
  56.       Text = '2048'
  57.       Items.Strings = (
  58.         '4096'
  59.         '8192'
  60.         '16384'
  61.         '32768')
  62.     end
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 232
  66.     Top = 208
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Apply'
  70.     TabOrder = 1
  71.     Kind = bkAll
  72.   end
  73.   object BitBtn2: TBitBtn
  74.     Left = 152
  75.     Top = 208
  76.     Width = 75
  77.     Height = 25
  78.     TabOrder = 2
  79.     Kind = bkCancel
  80.   end
  81.   object BitBtn3: TBitBtn
  82.     Left = 72
  83.     Top = 208
  84.     Width = 75
  85.     Height = 25
  86.     TabOrder = 3
  87.     Kind = bkOK
  88.   end
  89. end
  90.